home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
gfx
/
board
/
chunkyppc.lha
/
chunkyppcbase.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-06
|
171b
|
10 lines
#ifndef CHUNKYPPCBASE_H
typedef struct {
struct Library lib_node;
APTR seg_list;
struct ExecBase *sys_base;
} ChunkyPPC;
#endif